-
Notifications
You must be signed in to change notification settings - Fork 13.3k
ast: Introduce some traits to get AST node properties generically #96924
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Some changes occurred in src/tools/rustfmt. cc @rust-lang/rustfmt |
Looks good, just some comment nits. @bors delegate=petrochenkov |
✌️ @petrochenkov can now approve this pull request |
And use them to avoid constructing some artificial `Nonterminal` tokens during expansion
@bors r=nnethercote |
📌 Commit f2b7fa4 has been approved by |
☀️ Test successful - checks-actions |
Finished benchmarking commit (a85de16): comparison url. Summary:
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression Footnotes |
And use them to avoid constructing some artificial
Nonterminal
tokens during expansionr? @nnethercote @Aaron1011